------------------------------------------------------------------------------------------------------
Steps to add PM8000 support in IONE 6.0.1 and SPM 7.0.1 Secondary Server and Engining Client
------------------------------------------------------------------------------------------------------
1. Open PM8000_LocalAssets.7z in 7-Zip
2. Select all folders inside the PM8000_LocalAssets.7z 
3. Click Ectract button
4. Enter the IONE\SPM root folder, such as C:\Program Files (x86)\Schneider Electric\ION Enterprise, as the "Copy to" path and click Ok 
5. Open Windows Command Prompt and go to IONE/SPM's system bin folder, such as C:\Program Files (x86)\Schneider Electric\Power Monitoring Expert\ION Enterprise\system\bin
6. Type MeterRegistry.exe RegistryPM8000.xml in Windows Command Prompt and hit Enter




------------------------------------------------------------------------------------------------------
Optional: steps to add PM8000 to OPC in IONE 6.0.1 and SPM 7.0.1
Please note that you are required to have OPC license.  If you don't have OPC license, doing the following
will not enable OPC funtion.
------------------------------------------------------------------------------------------------------
1. Open Windows Explorer and browse to IONServices folder, such as C:\Program Files (x86)\Schneider Electric\ION Enterprise\system\IONServices.
2. Backup DefaultMeasurements.xml in the folder
3. Open DefaultMeasurements.xml in a text editor, such as NotePad
4. Locates <f:Features> in the xml
5. Add the exact following inside <f:Features> tag
	<f:DeviceType name="8000">
	    <f:FR ref="Full"/>
	</f:DeviceType>
6. After step 5, your <f:Features> may look like this
	<f:Features>
	    <f:DeviceType name="8000">
	        <f:FR ref="Full"/>
	    </f:DeviceType>
            <f:DeviceType name="8800">
			...
	    </f:DeviceType>
	    <f:DeviceType name="7700">
			...
	    </f:DeviceType>
		...
	</f:Features>